Release 2016.7
authorColin Walters <walters@verbum.org>
Fri, 8 Jul 2016 19:29:11 +0000 (15:29 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 8 Jul 2016 19:40:55 +0000 (19:40 +0000)
Closes: #386
Approved by: jlebon

configure.ac
src/libostree/libostree.sym

index d88f24e57b47d45244fc2db76e61294c62184eda..70b3b0197f82a6c6c07af321f821a700c1061fe4 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([ostree], [2016.6], [walters@verbum.org])
+AC_INIT([ostree], [2016.7], [walters@verbum.org])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index bdfa7c3fc6d6c2f53b0e4aeb857d970745111943..702968a9b894a273391c736c4cc48fee7a5c4875 100644 (file)
@@ -341,12 +341,19 @@ global:
         ostree_repo_remote_fetch_summary_with_options;
 } LIBOSTREE_2016.5;
 
+LIBOSTREE_2016.7 {
+global:
+        ostree_repo_resolve_rev_ext;
+} LIBOSTREE_2016.6;
+
 /*                         NOTE NOTE NOTE
  * Versions above here are released.  Only add symbols below this line.
  *                         NOTE NOTE NOTE
  */
 
+/* UNCOMMENT WHEN ADDING THE FIRST NEW SYMBOL FOR 2016.8
 LIBOSTREE_2016.7 {
 global:
-        ostree_repo_resolve_rev_ext;
-} LIBOSTREE_2016.6;
+       insert_symbol_here;
+} LIBOSTREE_2016.8;
+*/